Today's Tasks
{% if summary.total %}
{% if summary.check_tree %}
-
π³ Trees need checking{{ summary.check_tree }}
{% endif %}
{% if summary.water_nursery %}
-
π§ Nurseries need watering{{ summary.water_nursery }}
{% endif %}
{% if summary.review_photo %}
-
π· Photos await review{{ summary.review_photo }}
{% endif %}
Start
{% else %}
π You're all caught up. Add a tree or nursery to get started.
{% endif %}